Skip to main content

Helm Charts On Clusters

Deploy Helm charts to your Cluster

  1. Go to the Marketplace section within your cluster and click Add Marketplace.
Description of the image


This will redirect you to the marketplace module where you can browse and choose from a variety of Helm charts to deploy.

Description of the image

Description of the image

Deploy a Helm Chart

Once you select and deploy a Helm chart, you will be redirected back to Cluster > Marketplace, where you can monitor the chart's deployment status.

For example, in the above screenshot, the Airflow chart is successfully deployed.

Description of the image

Here are the stages associated with helm chart deployment -

StatusDescription
DEPLOY_FAILEDDeployment of the chart failed
DELETE_FAILEDDeletion of the chart failed
DEPLOYINGThe helm chart is deploying
DEPLOYEDThe helm chart has been deployed
DELETINGThe helm chart is being deleted

Manage Helm Charts

Perform CRUD Operations

Create: Deploy a Helm chart to your cluster.
Edit: Modify the Helm chart, including editing the values.yaml file.

Description of the image

View Helm Chart Events

You can also view the events of the Helm chart deployment.

Description of the image

Check Pod Status

Keep track of the status of pods associated with the Helm chart.

Description of the image

Delete a Helm Chart

To delete a Helm chart, simply click the bin icon at the top right corner of the chart you want to remove.

Description of the image